home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- member("InstallTitle").foreColor = 70
- put "Click to install this ISP software to your hard drive" into member "InfoField"
- end
-
- on mouseLeave
- cursor(0)
- member("InstallTitle").foreColor = 255
- put EMPTY into member "InfoField"
- end
-
- on mouseUp
- if the platform contains "Windows" then
- open(the moviePath & "ISPs\netscape_online\setup.exe")
- else
- if the platform contains "Macintosh" then
- nothing()
- end if
- end if
- end
-